SftTree/OCX 7.0

SftTreeItems.CharSearchColumn Property

Softel vdm, Inc.

Defines the column searched for characters typed by the user.

Syntax       

Get

VB.NET

ColIndex = object.CharSearchColumn  As Short

VB

ColIndex = object.CharSearchColumn  As Integer

C#.NET

short ColIndex = object.CharSearchColumn;

VC++

short ColIndex = object->CharSearchColumn;
short ColIndex = object->GetCharSearchColumn();

C

HRESULT object->get_CharSearchColumn(short* ColIndex);

Delphi

ColIndex := object.CharSearchColumn   : Smallint;

Put

VB.NET

object.CharSearchColumn = ColIndex  As Short

VB

object.CharSearchColumn = ColIndex  As Integer

C#.NET

short object.CharSearchColumn = ColIndex;

VC++

short object->CharSearchColumn = ColIndex;
void object->PutCharSearchColumn(short ColIndex);

C

HRESULT object->put_CharSearchColumn(short ColIndex);

Delphi

object.CharSearchColumn := ColIndex   : Smallint;

object

A SftTreeItems object.

ColIndex

Defines the column searched for characters typed by the user.  Specify -1 to search the first displayed column.

Comments

The CharSearchColumn property defines the column searched for characters typed by the user.

The Items.CharSearchMode property defines the search mode for characters typed by the user.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com